|
GYP (Generate Your Projects) is a build automation tool. GYP is created by Google to generate native IDE project files (such as Visual Studio and Xcode) for building the Chromium web browser and is licensed as open source software using the BSD software license. The functionality of GYP is similar to the CMake build tool. GYP processes a file that contains a JSON dictionary〔(Gyp Make file dictionary ), GYP user documentation〕 in order to generate one or more target project make files. The single source .GYP file is generic whilst the target files are specific to each targeted build tool. Software projects being built using GYP include the V8 Javascript engine,〔(Building V8 ), The Chromium Projects〕 Google's web browser (Chrome), Dart (programming language), Node.js,〔(Announcing Node 0.8 ), the Node.js official blog, 25 Jun 2012〕 WebRTC〔(Development ) WebRTC〕 and Electron.〔(GitHub ) Electron〕 ==See also== * * configure script * premake * CMake * SCons * Waf 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「GYP (software)」の詳細全文を読む スポンサード リンク
|